home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / pico_2.swf / scripts / DefineButton2_703 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-08-12  |  92 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.gotoAndStop(6);
  4.    _root.selsound.start();
  5. }
  6.